Class symantec.itools.db.beans.brl.adapter.editors.ValidMiscInfoPage
All Packages Class Hierarchy This Package Previous Next Index
Class symantec.itools.db.beans.brl.adapter.editors.ValidMiscInfoPage
Object
|
+----Component
|
+----Container
|
+----JComponent
|
+----JPanel
|
+----WizardPanel
|
+----symantec.itools.db.beans.brl.adapter.editors.ValidMiscInfoPage
- public class ValidMiscInfoPage
- extends WizardPanel
Page used to specify the basis of validation business rule
that is to be used
- Version:
- 1.0 06/18/98
- Author:
- Puru Balakrishnan
-
autoGenAliasName
-
-
bindColField
-
-
bindColLabel
-
-
centerPanel
-
-
customMsgField
-
-
databindingField
-
-
databindingLabel
-
-
dispDialogChkBox
-
-
firstTime
-
-
gridFourPanel
-
-
gridOnePanel
-
-
gridThreePanel
-
-
gridTwoPanel
-
-
group
-
-
imageLabel
-
-
itemLis
-
-
keyLis
-
-
postMessageChkBox
-
-
useCustomMsgRadioBtn
-
-
useDefMsgRadioBtn
-
-
validInfoLabel
-
-
symantec.itools.db.beans.brl.adapter.editors.ValidMiscInfoPage(ValidWizardController)
- Constructor
-
cancel()
-
-
entering()
-
-
exiting()
-
-
finish()
-
-
getAliasName()
- Get the alias name
-
getBindingName()
- Get the specified binding name
-
getController()
-
-
getCustomMessage()
- get the custom message to be used if validation fails
-
getOutputName()
- Get the output column name
-
initControls()
-
-
isValidFailDialogToBeDisplayed()
- should the dialog be displayed if validation fails
-
isValidMsgToBeSentToLog()
- should the validation message be displayed to dbStatusBar, logWindow
-
main(String[])
-
-
processAliasName(String)
- Method to handle alias name
autoGenAliasName
protected java.lang.String autoGenAliasName
bindColField
protected com.sun.java.swing.JTextField bindColField
bindColLabel
protected com.sun.java.swing.JLabel bindColLabel
centerPanel
protected com.sun.java.swing.JPanel centerPanel
customMsgField
protected com.sun.java.swing.JTextField customMsgField
databindingField
protected com.sun.java.swing.JTextField databindingField
databindingLabel
protected com.sun.java.swing.JLabel databindingLabel
dispDialogChkBox
protected com.sun.java.swing.JCheckBox dispDialogChkBox
firstTime
protected boolean firstTime
gridFourPanel
protected com.sun.java.swing.JPanel gridFourPanel
gridOnePanel
protected com.sun.java.swing.JPanel gridOnePanel
gridThreePanel
protected com.sun.java.swing.JPanel gridThreePanel
gridTwoPanel
protected com.sun.java.swing.JPanel gridTwoPanel
group
protected com.sun.java.swing.ButtonGroup group
imageLabel
protected com.sun.java.swing.JLabel imageLabel
itemLis
protected java.awt.event.ItemListener itemLis
keyLis
protected java.awt.event.KeyListener keyLis
postMessageChkBox
protected com.sun.java.swing.JCheckBox postMessageChkBox
useCustomMsgRadioBtn
protected com.sun.java.swing.JRadioButton useCustomMsgRadioBtn
useDefMsgRadioBtn
protected com.sun.java.swing.JRadioButton useDefMsgRadioBtn
validInfoLabel
protected com.sun.java.swing.JLabel validInfoLabel
ValidMiscInfoPage
protected ValidMiscInfoPage(ValidWizardController c)
- Constructor
cancel
public void cancel()
-
- Overrides:
- cancel in class WizardPanel
entering
public void entering()
-
- Overrides:
- entering in class WizardPanel
exiting
public boolean exiting()
-
- Overrides:
- exiting in class WizardPanel
finish
public void finish()
-
- Overrides:
- finish in class WizardPanel
getAliasName
public java.lang.String getAliasName()
- Get the alias name
- Returns:
- String
getBindingName
public java.lang.String getBindingName()
- Get the specified binding name
- Returns:
- String
getController
protected com.symantec.itools.frameworks.wizard.WizardController getController()
getCustomMessage
public java.lang.String getCustomMessage()
- get the custom message to be used if validation fails
- Returns:
- String
getOutputName
public java.lang.String getOutputName()
- Get the output column name
- Returns:
- String
initControls
protected void initControls()
isValidFailDialogToBeDisplayed
public boolean isValidFailDialogToBeDisplayed()
- should the dialog be displayed if validation fails
- Returns:
- boolean
isValidMsgToBeSentToLog
public boolean isValidMsgToBeSentToLog()
- should the validation message be displayed to dbStatusBar, logWindow
- Returns:
- boolean
main
public static void main(String[] args)
processAliasName
public void processAliasName(String name)
- Method to handle alias name
All Packages Class Hierarchy This Package Previous Next Index